Skip to content

Instantly share code, notes, and snippets.

View Grunny's full-sized avatar

Daniel Grunwell Grunny

  • Fandom, Inc.
  • Australia
View GitHub Profile
import Ember from 'ember';
export default Ember.Component.extend({
tagName: 'div',
classNames: ['wds-global-navigation__content-item', 'wds-global-navigation__account-navigation', 'wds-dropdown', 'wds-is-active']
});
FROM owasp/zap2docker-stable
MAINTAINER grunny
RUN pip install --upgrade git+https://github.com/Grunny/zap-cli.git
RUN chown -R zap /zap/
ENV ZAP_PORT 8080