tree: c82438244849e87bc26eb8a12470a43ee1eb2037 [path history] [tgz]
  1. test/
  2. .gitignore
  3. cipd.yaml
  4. https_check.go
  5. https_check_test.go
  6. Makefile
  7. README.md
go/src/infra/tricium/functions/https-check/README.md

HTTPS-check for URLs

Tricium analyzer checking that all links (except go/ and g/ links) in README files use https.

Consumes Tricium FILES and produces Tricium RESULTS comments.

Development and Testing

Local testing:

$ go build
$ ./https-check --input=test --output=output

Deployment

Deploy a new version of the analyzer using CIPD:

$ go build
$ cipd create -pkg-def=cipd.yaml
<outputs the VERSION>
$ cipd set-ref infra/tricium/function/https-check -ref live -version VERSION